type github.com/golang/mock/gomock.eqMatcher

4 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L100: type eqMatcher struct {
		matchers.go#L104: func (e eqMatcher) Matches(x interface{}) bool {
		matchers.go#L122: func (e eqMatcher) String() string {
		matchers.go#L288: func Eq(x interface{}) Matcher { return eqMatcher{x} }